home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000269_news@watsun.cc.columbia.edu _Wed Feb 24 08:29:41 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA16470
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 24 Feb 1999 08:29:39 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA03383
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 24 Feb 1999 08:03:54 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Christopher Mosley <cmosley@voicenet.com>
  10. Subject: Re: Small mystery
  11. Message-ID: <SMSA2.33$vz3.233@news3.voicenet.com>
  12. Date: Wed, 24 Feb 1999 13:03:46 GMT
  13. To: kermit.misc@mailrelay2.cc.columbia.edu
  14.  
  15. Christopher Mosley <cmosley@voicenet.com> wrote:
  16. > Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  17.  
  18. >> LOOKUP macro, used internally by DIAL, refers to) as \m(_dialfile).  But since
  19. >> this is a DOS filename, typically "C:\KERMIT\DIALUPS.TXT", the fact that it
  20. >> contains backslashes might (should not, but might) cause some confusion.
  21.  
  22. >> What happens, when a failure occurs, if you type "echo \m(_dialfile)"?
  23.  
  24. >> - Frank
  25.  
  26.  
  27. > I get C:\KERMIT\DIALUPS.TXT  
  28. >  
  29. > I discovered the dialing error occurs after a non-valid command is
  30. > entered (the error message: "?word "some_non_valid_word" not useable here".
  31. > Then when I try to dial, dialups.txt is not found even though I am in
  32. > c:\kermit.  
  33.  
  34.  
  35. > "cd" , "cd .", or moving to another dir and back to c:\kermit corrects
  36. > the problem.
  37.  
  38.  
  39. this error only occurs when the (non-ambiguous) abbreviated forms of dial
  40. are used, that is d and di, there seems to be no problem 
  41. with dia and dial. I have grown so used to just using  just "d"   
  42. I didn't bother using anything longer.
  43.  
  44.                                   geesh, this is so odd and trivial
  45.